home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / driving_home_at_easter.swf / scripts / DefineButton2_86 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  2011-01-13  |  128b  |  9 lines

  1. on(release){
  2.    gotoAndStop(75);
  3.    tellTarget("/grad")
  4.    {
  5.       gotoAndStop("position3");
  6.    }
  7.    stopAllSounds();
  8. }
  9.